home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / util / cli / freplace.readme < prev    next >
Encoding:
Text File  |  2000-01-03  |  1.0 KB  |  48 lines

  1. Short:    Replaces substrings in filenames
  2. Author:   alexander.richter@01019freenet.de (Alexander Richter)
  3. Uploader: alexander.richter@01019freenet.de (Alexander Richter)
  4. Type:     util/cli
  5.  
  6. Freplace is a CLI tool which replaces a given string in all files
  7. in the current directory with a given replace-string.
  8.  
  9. USAGE
  10. -----
  11. freplace <string> <replace-string>
  12.  
  13.  
  14. EXAMPLE
  15. -------
  16. You have encoded some MP3s. Now, you have the following files  in 
  17. the current directory:
  18. song1.aiff.mp3
  19. song2.aiff.mp3
  20. song3.aiff.mp3
  21. ...
  22.  
  23. How do you get the filenames right? Simply type:
  24.  
  25. freplace .aiff.mp3 .mp3
  26.  
  27. that's all. :)
  28.  
  29.  
  30. INSTALLATION
  31. ------------
  32. copy freplace c:
  33.  
  34.  
  35. BUGS
  36. ----
  37. -no error handling
  38.  
  39.  
  40. ============================= Archive contents =============================
  41.  
  42. Original  Packed Ratio    Date     Time    Name
  43. -------- ------- ----- --------- --------  -------------
  44.    11228    6227 44.5% 18-Dec-99 20:36:02  freplace
  45.      683     365 46.5% 18-Dec-99 20:43:42  freplace.readme
  46. -------- ------- ----- --------- --------
  47.    11911    6592 44.6% 18-Dec-99 23:28:56   2 files
  48.